home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / Run & Stumpy / source / finderevents.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-18  |  156 b   |  8 lines  |  [TEXT/MPS ]

  1. #ifndef finderevents_h
  2. #define finderevents_h
  3.  
  4. extern OSErr tellfindertoopen( const FSSpec& parent,
  5.                                          const FSSpec& item );
  6.  
  7. #endif finderevents_h
  8.